Rect

Undocumented in source.

Constructors

this
this(float x, float y, float w, float h)
Undocumented in source.
this
this(float[2] position, float w, float h)
Undocumented in source.
this
this(float[2] position, float[2] size)
Undocumented in source.
this
this(float[2] position, Size size)
Undocumented in source.
this
this(float[4] rec)
Undocumented in source.
this
this(int x, int y, int w, int h)
Undocumented in source.
this
this(int[2] position, int , int w, int h)
Undocumented in source.
this
this(int[2] position, int[2] size)
Undocumented in source.
this
this(int[2] position, Size size)
Undocumented in source.
this
this(int[4] rec)
Undocumented in source.
this
this(float[2] position, int w, int h)
Undocumented in source.
this
this(float[2] position, int[2] size)
Undocumented in source.
this
this(int[2] position, float w, float h)
Undocumented in source.
this
this(int[2] position, float[2] size)
Undocumented in source.

Members

Aliases

h
alias h = height
Undocumented in source.
w
alias w = width
Undocumented in source.

Functions

move
void move(Vector2 vec)
Undocumented in source. Be warned that the author may not have intended to support it.
move
void move(float[2] vec)
Undocumented in source. Be warned that the author may not have intended to support it.
position
Vector2 position()
Undocumented in source. Be warned that the author may not have intended to support it.
size
Size size()
height
float height;
width
float width;
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

x
float x;
y
float y;
Undocumented in source.

Meta